home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / PET / S-Super PET / (s)t2.d64 / describe.t2_1983 < prev    next >
Text File  |  2009-01-18  |  4KB  |  62 lines

  1. Description of the contents of (S)T2-ASM/BAS/FTN
  2.     - This disk is the second to have been released by the Superpet group
  3.       of T.P.U.G (Toronto Pet Users Group)
  4.  
  5. File name       Type Description
  6. ================================================================================
  7. files_waterloo  seq  A 'text' file which summarizes some of the data about using
  8.                      files from Waterloo Languages.
  9. mnemonics       seq  A 'text' file reference listing of some of the more
  10.                      difficult to remember mnenomics for the 6809 instruction
  11.                      set.
  12. directives      seq  A 'text' file reference listing for use with the Waterloo
  13.                      Assembler and Linker.
  14. development     seq  A 'text' file reference to using the 6809 develpment
  15.                      system files.
  16. disas.asm       seq  The source file for a 6809 dis-assembler.
  17. disas.cmd       seq  The command file which tells the Linker what to do.
  18. crt.asm         seq  The 6809 assembler source for 'crt' which is a part
  19.                      of the 'disas.' program
  20. crt.b09         prg  Object code for 'crt', output from the assembler.
  21. disas.b09       prg  Object code for 'disas'.
  22. crt.lst         seq  A listing of 'crt' with machine language translation
  23.                      displayed.
  24. disas.lst       seq  A listing of 'disas' with machine language translation
  25.                      displayed.
  26. disas.map       seq  A map of the object module location and length produced
  27.                      by the Linker as contained in the load module.
  28. disas.mod       prg  Executable load module for 'disas' as produced by the
  29.                      Linker.
  30. disas.exp       seq  The 'export' file from Linker showing names and addresses
  31.                      of routines cross referenced in the source program.
  32. screen dump     seq  A program to dump the contents of the screen to the
  33.                      printer. In Waterloo Basic, from superpet gazette v1.#2.
  34. get_keyboard    prg  Waterloo Basic routine to display the ascii value of any
  35.                      key pressed.
  36. screen_dump     prg  'screen dump' in basic 'load' format.
  37. PLOT=8300P.wp   ---  Word.pro file describing plot-8300P,also discusses
  38.                      checksums.
  39. plot-8300P      seq  Waterloo basic program for producing a printed plot. Should
  40.                      be easy to convert to your printer.
  41. checksums       seq  A waterloo basic program to read plot-8300P and generate
  42.                      checksum numbers.
  43. checksum-resultsseq  'text' file of numerical values for use with 'checksums'
  44. smooth.dat      seq  Sample data for use with one or more of the Fortran
  45.                      statistical programs below.
  46. print.file      seq  A Waterloo basic program to print any standard 'text' or
  47.                      'seq' file.
  48. resample.ftn    seq  A Fortran program that takes a given number of data points
  49.                      and through use of mathematical techniques, provides either
  50.                      more or less data points as required.
  51. periodic.ftn    seq  A Fortran program to input data for, and output data from,
  52.                      fitting a model of hidden periodicities to a time series.
  53. regression.ftn  seq  A Fortran program for polynomial regression (degree of
  54.                      of polynomial <=9).
  55. periodogram.ftn seq  A Fortran program that computes the discrete fourier
  56.                      transform of a series and the periodogram.
  57. spectrum.ftn    seq  A Fortran program to carry out a periodogram smoothing
  58.                      and obtains a spectrum estimate.
  59. integration.ftn seq  A Fortran numerical integration routine based on the
  60.                      8-panel Newton-Coates routine.
  61. *
  62.